-
In the early days of Java, the Sun Microsystems engineers still had the freedom to write hilarious comments into their code. Full Article
-
Singleton is one of the most recognizable design pattern from the Gang of Four book. We read how David Jones applies it to J2EE. Full Article
-
Import statements can get out of date quickly as we refactor our code. In this newsletter, our guest author Dr. Cay S. Horstmann shows us how we can clean up our import statements. Full Article
-
Another use of JavaDoc is to use the engine to find where comments are missing from our code. Full Article
-
We found a gem in Java 1.3, where a simple typo resulted in a strange static initializer method. Full Article
-
In this, our most misunderstood newsletter, I wax lyrically about the poor quality of comments in code. Often the comments are not in sync with what the code does. Trust them at your own risk. Full Article
-
One of the challenges Java programmers had in the early days was to get the classpath right. In this newsletter, Sydney Redelinghuys presents some ideas on how to make sure that all the entries point to actual files. Full Article
-
The JavaDoc tool can do more than just generate HTML documentation for our Java classes. We can also write our own "Doclets" to scan the source code in our project. In this newsletter we look at how we can (ab)use JavaDoc to look for classes with non-private fields. Full Article